Usage
## S3 method for class 'Boruta':
plot(x,colCode=c('green','yellow','red','blue'),sort=TRUE,
whichRand=c(TRUE,TRUE,TRUE),col=NULL,
xlab='Attributes',ylab='Importance',...)
Arguments
x
an object of class Boruta
.
colCode
a vector containing colour codes for attribute decisions, respectively Confirmed
, Tentative
,
Rejected
, Random
.
sort
controls weather boxplots should be ordered, or left in original order.
whichRand
a vector controlling which randomised meta-attributes should be drawn; respectively
randMax
, randMean
, randMin
.
col
standard col
attribute. If given, suppresses colCode
.
xlab,ylab,...
additional graphical parameters that will be passed to boxplot
.